home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01481_ÉXÉ^Å[ÉgÅEÉnÉìÉhÉâ.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  620 b   |  32 lines

  1. global nmaxpage, nminipage, syearstr, snextmovie, spastmovie, nnextfn, lmaxpagelist, lyearlist, presp, memframelabel
  2.  
  3. on starteachyears
  4.   mlist01setx()
  5.   mlist02setx()
  6.   cursor(4)
  7.   myearchk()
  8.   set tmpstr to "#" & chars(syearstr, 1, 5)
  9.   set nmaxpage to getaProp(lmaxpagelist, value(tmpstr))
  10.   set nminipage to 1
  11.   set tmpcast to msearchcnum()
  12.   put tmpcast
  13.   preLoadCast(tmpcast, tmpcast + 50)
  14.   set presp to 0
  15. end
  16.  
  17. on startdcard
  18.   set presp to 0
  19.   mvisiblechk(3, 4, 0)
  20. end
  21.  
  22. on startscard
  23.   set presp to 0
  24.   mvisiblechk(11, 20, 0)
  25.   mvisiblechk(24, 31, 0)
  26.   myearchk()
  27. end
  28.  
  29. on myearchk
  30.   set syearstr to the movie
  31. end
  32.